home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / bbsdoors / clssad15.zip / DOOR.BAT < prev    next >
DOS Batch File  |  1993-04-29  |  520b  |  14 lines

  1. rem If ADDOR.EXE updates the Text file, it will write a 0-byte file to the
  2. rem door directory named, CHANGE.FIL.  If you use Transcan to update the WC!
  3. rem database, you can test for this file and only run TranScan when needed.
  4. rem Be sure to delete it after running transcan.
  5. rem
  6. @ECHO OFF
  7. CLS
  8. D:
  9. CD \DOOR\AD
  10. ADDOR AD.CFG /%WCIRQID%
  11. rem See SYSOP.MAN for explanation of following lines.
  12. IF EXIST D:\DOOR\AD\CHANGE.FIL TS E:\TEXT\CLASSAD.TXT /TK,T
  13. IF EXIST D:\DOOR\AD\CHANGE.FIL ERASE D:\DOOR\AD\CHANGE.FIL
  14.